SftTabs/NET 6.0

ClientAreaColor Property, TabClass Class

Softel vdm, Inc.

Defines the color of the client area associated with the tab.

Syntax      TabClass Class (Softelvdm.SftTabsNET)

VB   

Public Property ClientAreaColor As Color

C#   

public Color ClientAreaColor { get; set; }

C++   

public: property Color ClientAreaColor {
        Color get();
        void set(Color value);
}

Property Value

The color of the client area associated with the tab.

The default value is Color.Empty.

Comments

The ClientAreaColor property defines the color of the client area associated with the tab.

If this property defines a client area color it overrides the background bitmap (BackgroundImage) and the client area uses the specified background color. If defined, the ClientAreaStartColor and ClientAreaEndColor properties override the ClientAreaColor property.

If the tab control uses Windows themes, the ClientAreaColor property has no effect.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com